drawQuadraticBezierLine

Draws a line using bezier points. The higher the precision, the smoother the line, the heavier it is to execute

version(none)
extern (System) __gshared
void function(int x0, int y0, int x1, int y1, int x2, int y2, int precision = 24, in HipColor color = HipColor.no) drawQuadraticBezierLine;

Meta